ImageMakeFromResourceFile
Type
operator
Summary
Creates a new image.
Syntax
image from resource file <mResource>
Description
Creates a new image.
Parameters
Name | Type | Description |
---|---|---|
mResource | An expression which evaluates to a string. |
Examples
// Load image from a bundled resource file
variable tImage
put image from resource file "images/logo.png" into tImage